home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Iron Maiden - Maiden Hell!
/
Iron Maiden - Maiden Hell! Promotional CD-ROM.iso
/
mac
/
promo.dxr
/
scripts_125_stop to turn off CD = .ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-16
|
297 b
|
16 lines
on mouseEnter
set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
end
on mouseDown
if the runMode = "author" then
halt()
else
quit()
end if
end
on mouseLeave
set the cursor of sprite the currentSpriteNum to 0
end